Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

For Each Byte[] (gb)

Dim hByteArray As Byte[]
Dim aByte As Byte
For Each aByte In hByteArray
  ...
Next

Enumerates each element stored in the array.